curl --request POST \
--url https://api-lr.agent.ai/v1/action/prospect_finder_render_prospect_finder_html \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prospect_finder_result": "{{prospect_finder_result}}",
"output_variable_name": "results_body"
}
'{
"status": 123,
"response": {}
}Renders prospect discovery report as professional HTML with prospect cards, ICP match badges, and next-step buttons.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/prospect_finder_render_prospect_finder_html \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prospect_finder_result": "{{prospect_finder_result}}",
"output_variable_name": "results_body"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)